Don't reposition the cursor when we aren't trying to complete. (Fixes
authorOwen Taylor <otaylor@redhat.com>
Thu, 14 Aug 2003 22:30:28 +0000 (22:30 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 14 Aug 2003 22:30:28 +0000 (22:30 +0000)
commit03813f369a24fc06716eb53b5d298316bd0f2faa
treeadb44d21095433e8091e3cbb62fcc53d3aa44d4e
parent27be4e9b70cf694766b3b3842162dfe9d388d4e1
Don't reposition the cursor when we aren't trying to complete. (Fixes

Thu Aug 14 18:25:39 2003  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkfilesel.c (gtk_file_selection_populate):
        Don't reposition the cursor when we aren't trying
        to complete. (Fixes problems with selection on
        startup, #108433, reported by Mark Finlay.)

        * gtk/gtkfilesel.c (gtk_file_selection_populate): Remove
        code that tried to position the cursor after the common
        prefix when there was one, it wasn't working, and
        would be hard to fix. Just always put the cursor
        at the end when completing.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilesel.c